-
Notifications
You must be signed in to change notification settings - Fork 952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typos and black theme bg color fix #4312
Conversation
✅ Deploy Preview for remixproject ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
tooltipClass: 'bg-light text-dark', | ||
position: 'right', | ||
highlightClass: 'bg-light border border-warning' | ||
}, | ||
{ | ||
element: document.querySelector('#udappRecorderSave'), | ||
title: 'Transactions Recorder', | ||
intro: 'Once there is a Once one or a few transactions have been executed from Remix, click this button to save these transactions as a scenario file.', | ||
intro: 'Once there is a one or a few transactions have been executed from Remix, click this button to save these transactions as a scenario file.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The content here should be
"Once one or more transactions have been executed from Remix, click this button to save these transactions as a scenario file."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
tooltipClass: 'bg-light text-dark', | ||
position: 'right', | ||
highlightClass: 'bg-light border border-warning' | ||
}, | ||
{ | ||
element: document.querySelector('#udappRecorderSave'), | ||
title: 'Transactions Recorder', | ||
intro: 'Once there is a Once one or a few transactions have been executed from Remix, click this button to save these transactions as a scenario file.', | ||
intro: 'Once one or more transactions have been executed from Remix, click this button to save these transactions as a scenario file., click this button to save these transactions as a scenario file.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"click this button to save these transactions as a scenario file.
" is duplicated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
No description provided.